home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland C++ V5.02
/
CMDLG.PAK
/
CMDLG.H
< prev
next >
Wrap
C/C++ Source or Header
|
1997-05-06
|
322b
|
15 lines
// Borland C++ Windows - (C) Copyright 1992 by Borland International
// FILE : cmdlg.h
#define STRICT
#include <windows.h>
#include <stdio.h>
#include <string.h>
#include <commdlg.h>
#include "cmdlgr.h"
LRESULT FAR PASCAL _export MainWndProc(HWND, UINT, WPARAM, LPARAM);
BOOL InitApplication(HINSTANCE);